home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
dragon.swf
/
scripts
/
frame_5
/
PlaceObject2_773_648
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-12
|
149 b
|
7 lines
onClipEvent(enterFrame){
dx = _root.mouse_spot._x - _X;
dy = _root.mouse_spot._y - _Y;
_X = _X + dx * 0.01;
_Y = _Y + dy * 0.01;
}